home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-17 | 1.0 KB | 34 lines | [TEXT/CWIE] |
- // ===========================================================================
- // PP_DebugHeaders.pch ©1995-1997 Metrowerks Inc. All rights reserved.
- // ===========================================================================
- //
- // Source for precompiled header for PowerPlant headers
- //
- // This file #includes most header files for the PowerPlant library,
- // as well as most of the Toolbox headers used by the PowerPlant library
- // with all debugging symbols defined.
-
-
- // This same file works for PowerPC, CFM68K, and 68K. We check the target
- // at compile time and specify the appropriate output file name.
-
- #if __POWERPC__
- #pragma precompile_target "MyPP_DebugHeadersPPC"
-
- #elif __CFM68K__
- #pragma precompile_target "MyPP_DebugHeadersCFM68K"
-
- #else
- #pragma precompile_target "MyPP_DebugHeaders68K"
- #endif
-
- #pragma once on
-
- // new projects should use the new API, not the old stuff
- #define PP_Obsolete_Constants 0
- #define PP_Obsolete_Stream_Creators 0
- #define PP_Obsolete_Array_API 0
-
- #include <PP_DebugHeaders.cp>
-
- #define PATCHTRAPS 1